FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package rki.demis.ars#1.0.0-alpha.1 (140 ms)

Package rki.demis.ars
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=rki.demis.ars@1.0.0-alpha.1&canonical=https://demis.rki.de/fhir/ars/StructureDefinition/ServiceRequest
Url https://demis.rki.de/fhir/ars/StructureDefinition/ServiceRequest
Version 1.0.0
Status draft
Date 2024-09-27
Name ServiceRequest
Title Laborauftrag
Experimental False
Description Dieses Profil enthält Informationen zur Beauftragung der Probenuntersuchung. Darunter fallen insbesondere die Gründe der Untersuchung. Wird Außerdem verwendet zur Verknüpfung der mikrobiologischen Daten mit den Einsenderinformationen.
Type ServiceRequest
Kind resource

Resources that use this resource

StructureDefinition
https://demis.rki.de/fhir/ars/StructureDefinition/DiagnosticReport Laborbericht
https://demis.rki.de/fhir/ars/StructureDefinition/Specimen Probe

Resources that this resource uses

StructureDefinition
https://demis.rki.de/fhir/ars/StructureDefinition/Coverage Versicherungsstatus
https://demis.rki.de/fhir/ars/StructureDefinition/Encounter Kontakt
https://demis.rki.de/fhir/ars/StructureDefinition/Patient Patient
https://demis.rki.de/fhir/ars/StructureDefinition/PractitionerRole Rolle Arztpraxis oder anderer Probeneinsender
https://demis.rki.de/fhir/ars/StructureDefinition/Specimen Probe
https://demis.rki.de/fhir/ars/ValueSet/anforderungSNOMED Untersuchungsanlass Diagnose oder Screening
https://demis.rki.de/fhir/ars/ValueSet/anforderungSentinelSNOMED Untersuchungsanlass


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "ServiceRequest",
  "url" : "https://demis.rki.de/fhir/ars/StructureDefinition/ServiceRequest",
  "version" : "1.0.0",
  "name" : "ServiceRequest",
  "title" : "Laborauftrag",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-09-27",
  "publisher" : "ARS@rki.de",
  "description" : "Dieses Profil enthält Informationen zur Beauftragung der Probenuntersuchung. Darunter fallen insbesondere die Gründe der Untersuchung. Wird Außerdem verwendet zur Verknüpfung der mikrobiologischen Daten mit den Einsenderinformationen.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "ServiceRequest",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/ServiceRequest",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "ServiceRequest",
        "path" : "ServiceRequest",
        "constraint" : [
          {
            "key" : "exactly-one-requester-encounter",
            "severity" : "error",
            "human" : "Genau eins von ServiceRequest.requester oder ServiceRequest.encounter muss gefüllt sein",
            "expression" : "(requester.exists() or encounter.exists()) and (requester.exists() and encounter.exists()).not()",
            "source" : "https://demis.rki.de/fhir/ars/StructureDefinition/ServiceRequest"
          }
        ]
      },
      {
        "id" : "ServiceRequest.id",
        "path" : "ServiceRequest.id",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.identifier",
        "path" : "ServiceRequest.identifier",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.instantiatesCanonical",
        "path" : "ServiceRequest.instantiatesCanonical",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.instantiatesUri",
        "path" : "ServiceRequest.instantiatesUri",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.basedOn",
        "path" : "ServiceRequest.basedOn",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.replaces",
        "path" : "ServiceRequest.replaces",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.requisition",
        "path" : "ServiceRequest.requisition",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.intent",
        "path" : "ServiceRequest.intent",
        "comment" : "Vorgeschlagener Defautl-Code ist 'order' für eine Anforderung die von einer behandelden Stelle kommt."
      },
      {
        "id" : "ServiceRequest.category",
        "path" : "ServiceRequest.category",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.priority",
        "path" : "ServiceRequest.priority",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.doNotPerform",
        "path" : "ServiceRequest.doNotPerform",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.code",
        "path" : "ServiceRequest.code",
        "short" : "Unterscheidung Diagnose/Screening",
        "definition" : "Unterscheidung zwischen einer Probe zur klinischen Diagnostik und einer Screening-Probe. Diese Angabe soll für jede Probe gemacht werden.",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.code.coding",
        "path" : "ServiceRequest.code.coding",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://demis.rki.de/fhir/ars/ValueSet/anforderungSNOMED"
        }
      },
      {
        "id" : "ServiceRequest.code.coding.system",
        "path" : "ServiceRequest.code.coding.system",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.code.coding.version",
        "path" : "ServiceRequest.code.coding.version",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.code.coding.code",
        "path" : "ServiceRequest.code.coding.code",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.code.text",
        "path" : "ServiceRequest.code.text",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.quantity[x]",
        "path" : "ServiceRequest.quantity[x]",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.subject",
        "path" : "ServiceRequest.subject",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://demis.rki.de/fhir/ars/StructureDefinition/Patient"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.subject.reference",
        "path" : "ServiceRequest.subject.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.subject.type",
        "path" : "ServiceRequest.subject.type",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.subject.identifier",
        "path" : "ServiceRequest.subject.identifier",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.subject.display",
        "path" : "ServiceRequest.subject.display",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.encounter",
        "path" : "ServiceRequest.encounter",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://demis.rki.de/fhir/ars/StructureDefinition/Encounter"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.encounter.reference",
        "path" : "ServiceRequest.encounter.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.encounter.type",
        "path" : "ServiceRequest.encounter.type",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.encounter.identifier",
        "path" : "ServiceRequest.encounter.identifier",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.encounter.display",
        "path" : "ServiceRequest.encounter.display",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.occurrence[x]",
        "path" : "ServiceRequest.occurrence[x]",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.asNeeded[x]",
        "path" : "ServiceRequest.asNeeded[x]",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.authoredOn",
        "path" : "ServiceRequest.authoredOn",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.requester",
        "path" : "ServiceRequest.requester",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://demis.rki.de/fhir/ars/StructureDefinition/PractitionerRole"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.requester.reference",
        "path" : "ServiceRequest.requester.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.requester.type",
        "path" : "ServiceRequest.requester.type",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.requester.identifier",
        "path" : "ServiceRequest.requester.identifier",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.requester.display",
        "path" : "ServiceRequest.requester.display",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.performerType",
        "path" : "ServiceRequest.performerType",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.performer",
        "path" : "ServiceRequest.performer",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.locationCode",
        "path" : "ServiceRequest.locationCode",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.locationReference",
        "path" : "ServiceRequest.locationReference",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.reasonCode",
        "path" : "ServiceRequest.reasonCode",
        "short" : "Anforderung Sentinel-Systeme",
        "definition" : "Bei Diagnostik zu Chlamydia trachomatis und Masern spezielle Anforderungen der Diagnostik erfasst werden. Es stehen für die beiden genannten Erreger value-sets zur Erfassung der Anforderungen bereit. Hintergrund für die Erhebung dieser Angaben ist die Integration des Chlamydien-Sentinels und des Masern-Sentinels in die Ãœbermittlung für ARS. Siehe hierzu Kapitel 'Integration von Sentinel-Systemen' im Implementierungsleitfaden.",
        "comment" : "Sollten Angaben für einen anderen Erreger als die beiden Genannten gemacht werden, werde diese nach Ãœbermittlung an das RKI aus der Rohdatenbank entfernt und stehen für die weitere Datenverarbeitung am RKI nicht zur Verfügung.",
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.reasonCode.coding",
        "path" : "ServiceRequest.reasonCode.coding",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://demis.rki.de/fhir/ars/ValueSet/anforderungSentinelSNOMED"
        }
      },
      {
        "id" : "ServiceRequest.reasonCode.coding.system",
        "path" : "ServiceRequest.reasonCode.coding.system",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.reasonCode.coding.version",
        "path" : "ServiceRequest.reasonCode.coding.version",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.reasonCode.coding.code",
        "path" : "ServiceRequest.reasonCode.coding.code",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.reasonCode.text",
        "path" : "ServiceRequest.reasonCode.text",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.reasonReference",
        "path" : "ServiceRequest.reasonReference",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.insurance",
        "path" : "ServiceRequest.insurance",
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://demis.rki.de/fhir/ars/StructureDefinition/Coverage"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.insurance.reference",
        "path" : "ServiceRequest.insurance.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.insurance.type",
        "path" : "ServiceRequest.insurance.type",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.insurance.identifier",
        "path" : "ServiceRequest.insurance.identifier",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.insurance.display",
        "path" : "ServiceRequest.insurance.display",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.supportingInfo",
        "path" : "ServiceRequest.supportingInfo",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.specimen",
        "path" : "ServiceRequest.specimen",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://demis.rki.de/fhir/ars/StructureDefinition/Specimen"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.specimen.reference",
        "path" : "ServiceRequest.specimen.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "ServiceRequest.specimen.type",
        "path" : "ServiceRequest.specimen.type",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.specimen.identifier",
        "path" : "ServiceRequest.specimen.identifier",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.specimen.display",
        "path" : "ServiceRequest.specimen.display",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.bodySite",
        "path" : "ServiceRequest.bodySite",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.note",
        "path" : "ServiceRequest.note",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.patientInstruction",
        "path" : "ServiceRequest.patientInstruction",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.relevantHistory",
        "path" : "ServiceRequest.relevantHistory",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.